css input remove border on focus

38

textarea:focus, input:focus{
    outline: none;
}
*:focus {
  outline: none;
}

Comments

Submit
0 Comments